Skip to content

docs: add GitHub links to PyPI metadata and Everruns ecosystem section#1065

Merged
chaliy merged 1 commit intomainfrom
claude/add-github-link-docs-SDcOh
Apr 5, 2026
Merged

docs: add GitHub links to PyPI metadata and Everruns ecosystem section#1065
chaliy merged 1 commit intomainfrom
claude/add-github-link-docs-SDcOh

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 5, 2026

What

  • Add [project.urls] to pyproject.toml so PyPI sidebar shows GitHub repo, issues, and changelog links
  • Add "Part of Everruns" section to both Python and Node README files

Why

The PyPI page for bashkit has no link back to the GitHub repo, making it harder for users to find source code, report issues, or discover the broader ecosystem.

How

  • Added [project.urls] with Homepage, Repository, Issues, and Changelog entries to crates/bashkit-python/pyproject.toml
  • Added ecosystem section to crates/bashkit-python/README.md (mentions Node package)
  • Added ecosystem section to crates/bashkit-js/README.md (mentions Python package)

Test plan

  • cargo test --all-features — all pass
  • cargo fmt --check — clean
  • cargo clippy --all-targets --all-features -- -D warnings — clean
  • ruff check and ruff format --check — clean
  • Verify PyPI sidebar after next publish

Add [project.urls] to pyproject.toml so PyPI sidebar shows links to
the GitHub repo, issues, and changelog. Add "Part of Everruns" section
to both Python and Node README files.
@chaliy chaliy merged commit 854359b into main Apr 5, 2026
27 checks passed
@chaliy chaliy deleted the claude/add-github-link-docs-SDcOh branch April 5, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant